projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0791fc5
)
(nntp-coding-system-for-read): Set default value to
author
Kenichi Handa
<handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000
(
03:09
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000
(
03:09
+0000)
binary.
(nntp-coding-system-for-write): Likewise.
lisp/gnus/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index d73bf1c87c00990ee49e63ac2095f30c66fd81f0..eeb93748af3b00cad7a85c4bec12bfd4bf724d66 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-150,10
+150,10
@@
server there that you can connect to. See also `nntp-open-connection-function'"
"*If non-nil, beep when a server closes connection.")
;; 1997/5/4 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-(defvoo nntp-coding-system-for-read
nil
+(defvoo nntp-coding-system-for-read
'binary
"*Coding system to read from NNTP.")
-(defvoo nntp-coding-system-for-write
nil
+(defvoo nntp-coding-system-for-write
'binary
"*Coding system to write to NNTP.")
\f